A good answer might be:

The character is not surrounded by apostrophes. It should be: 'W' .


Primitive Data Type boolean

Another of the primitive data types is the type boolean. It is used to represent a single true/false value. A boolean value can have only one of two values:

true              false

In a Java program, the words true and false always mean these boolean values. The data type boolean is named after George Boole, a nineteenth century mathematician, who discovered that a great many things can be done with true/false values (otherwise known as bits.)

QUESTION 15:

Would you like a data type named after you someday?

  true     false